home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1505 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  209 b   |  13 lines

  1. on(release){
  2.    if(_root.money >= 10000)
  3.    {
  4.       _root.money -= 10000;
  5.       _root.castleMaxHp += 15;
  6.       messo = "Raised Max HP!";
  7.    }
  8.    else
  9.    {
  10.       messo = "Not Enough Money!";
  11.    }
  12. }
  13.